ComponentOne ASP.NET MVC Controls
ChildItemsPath Method (TreeMapBuilder<T>)

C1.Web.Mvc.Fluent Namespace > TreeMapBuilder<T> Class : ChildItemsPath Method
The value.
Configurates C1.Web.Mvc.TreeMap<T>.ChildItemsPath. Sets the name of the property (or properties) used to generate child items in hierarchical data.
Syntax
'Declaration
 
Public Function ChildItemsPath( _
   ByVal ParamArray value() As String _
) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> ChildItemsPath( 
   params string[] value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Set this property to an array containing the names of the properties that contain child items at each level, when the items are child items at different levels with different names (e.g. [ 'Accounts', 'Checks', 'Earnings' ]).
See Also

Reference

TreeMapBuilder<T> Class
TreeMapBuilder<T> Members